From 430b92f6856f5832bae0d47ed1ee7d27e9aae5fb Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 7 Dec 2000 12:10:32 +0000 Subject: [PATCH] (smiley-data-directory): Fix :type. --- lisp/gnus/smiley-ems.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/gnus/smiley-ems.el b/lisp/gnus/smiley-ems.el index 683f84a4668..c96fe6548ab 100644 --- a/lisp/gnus/smiley-ems.el +++ b/lisp/gnus/smiley-ems.el @@ -43,9 +43,10 @@ ;; Maybe this should go. (defcustom smiley-data-directory (nnheader-find-etc-directory "smilies") - "*Directory to search for the smiley image files. + "*If non-nil, a directory to search for the smiley image files. This is in addition to the normal image search path." - :type 'directory + :type '(choice directory + (const nil)) :group 'smiley) ;; The XEmacs version has a baroque, if not rococo, set of these. -- 2.30.2